home *** CD-ROM | disk | FTP | other *** search
- .rem
- .rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM---------
- .rem
- .cls
- In order for this demo to work, you must have a SoundBlaster installed,
- and run this program from the TALKDEMO command (a batch file) from DOS.
- Also, you must have the SBTALKER.EXE program installed.
-
- If you do not have Sound Blaster/Talker support, the program will run
- without talk support.
-
- .pause
- .cls
- .color 15,4
- .blank 2
- .color 0,15
- .blank 2
- .color 15,4
- .blank 2
- .color 0,15
- .blank 2
- .color 15,4
- .blank 2
- .color 0,15
- .blank 2
- .color 15,4
- .blank 2
- .color 0,15
- .blank 2
- .color 15,4
- .blank 2
- .color 0,15
- .blank 2
- .color 15,4
- .blank 2
- .color 15,1
- .locate 1,1 (* * * * * * * * * * * *)
- .locate 2,1 (* *)
- .locate 3,1 (* * * * * * * * * * * *)
- .locate 4,1 (* *)
- .locate 5,1 (* * * * * * * * * * * *)
- .locate 6,1 (* *)
- .locate 7,1 (* * * * * * * * * * * *)
- .locate 8,1 (* *)
- .locate 9,1 (* * * * * * * * * * * *)
- .locate 10,1 (* *)
- .locate 12,1
- .CENTER (*ARE YOU GOOD AT AMERICAN HISTORY?*)
- .TALK (*ARE YOU GOOD AT AMERICAN HISTORY?*) v=9
- .skip 1
- .COLOR 9
- .CENTER (*HERE'S YOUR CHANCE TO SHOW*)
- .skip 1
- .COLOR 12
- .CENTER (*YOUR TRUE COLORS*)
- .PLAY (*T180O2L8GEC4E4G4O3C2*)
- .locate 24,1
- .pause
- .cls
- @begin question
- .col 3
- .talk (*Who was the first president of the USA ?*) v=9
- @read (*Who was the first president of the USA ?*)
- @trys 3
- @right (*washington*) keyword
- .col 10
- George Washington is correct!
- .PLAY (*T255O1CDEFGABO2C*)
- .talk (*VERY GOOD!*)
- .play (*mfp1p1*)
- @wrong (*lincoln*) keyword
- .color 12
- Lincoln was president during the Civil War
-
- @wrong (*jefferson*)
- .col 12
- Thomas Jefferson was an early president, and he was the author of
- the Declaration of Independence.
-
- @wrong
- .color 25
- HINT:
- .color 11
- The capitol of the United States was named after him.
-
- .talk (*Press ENTER to continue.*)
- .PAUSE (*Press ENTER to continue.*)
- @wrong final
- .col 3
-
- The answer is GEORGE WASHINGTON.
-
- @end question
- .locate 24,1
- .talk (*HAVE A GOOD DAY*)
- .pau(*Please press ENTER*)
- .screen 1
-
-